home *** CD-ROM | disk | FTP | other *** search
- #!/bin/sh
- #
- # This script gets run from the FTRs for FoundPrinter types (see
- # /usr/lib/filetypes/install/printers.activeicons.ftr), which are the
- # printers that appear in the search tool. The intent is to provide
- # some instruction on how to install the found printer.
- #
-
- xconfirm -t "Printer \"$1\" is not installed on your system." \
- -t "To install \"$1\" on your system drag its icon" \
- -t "onto the desktop." -icon info >/dev/null 2>&1
-